home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / SDKs / Word Services SDK 1.0.6 / Writeswell Jr 1.2.1 Sources ƒ / Library Source / ArrowKeyCodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  267 b   |  11 lines  |  [TEXT/KAHL]

  1. /* ArrowKeyCodes.h
  2.  * Character codes for the Macintosh keyboard cursor keys
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 4 Mar 93 Mike Crawford
  5.  */
  6.  
  7. #define    kLeftArrow    0x1C
  8. #define    kRightArrow    0x1D
  9. #define    kUpArrow    0x1E
  10. #define    kDownArrow    0x1F
  11.